body {
    font-family: 'dana';
    direction: rtl;
    text-align: right;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    font-weight: 300;
}

ul.navbar-nav li.nav-item:not(:last-child) {
    margin-left: 1rem;
}

.services .service ul li {
    font-weight: 300;
}

.contacts .contact {
    background-color: #82ccdd;
    border-color: transparent;
}